projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff5edc
)
* test/lisp/auth-source-tests.el: Avoid `string-join' to be simple.
author
Ted Zlatanov
<tzz@lifelogs.com>
Sat, 19 Aug 2017 01:14:17 +0000
(21:14 -0400)
committer
Ted Zlatanov
<tzz@lifelogs.com>
Sat, 19 Aug 2017 01:14:17 +0000
(21:14 -0400)
test/lisp/auth-source-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/auth-source-tests.el
b/test/lisp/auth-source-tests.el
index 99d830c6b06aebd8e5e62a11b75d8f9e28ff9ea7..f35c40095350afd5097cc75f26582b4ea3222595 100644
(file)
--- a/
test/lisp/auth-source-tests.el
+++ b/
test/lisp/auth-source-tests.el
@@
-270,7
+270,7
@@
(netrc-file (make-temp-file
"auth-source-test"
nil nil
- (
string-join
entries "\n")))
+ (
mapconcat 'identity
entries "\n")))
(auth-sources (list netrc-file))
(auth-source-do-cache nil)
found found-as-string)